Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with loading molecule statmech during Rate jobs #73

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

mjohnson541
Copy link
Collaborator

This causes ARC to still load statmech for species it isn't calculating thermo for.

@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #73 into master will decrease coverage by 0.01%.
The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage    41.2%   41.18%   -0.02%     
==========================================
  Files          22       22              
  Lines        4842     4844       +2     
  Branches     1251     1253       +2     
==========================================
  Hits         1995     1995              
+ Misses       2534     2532       -2     
- Partials      313      317       +4
Impacted Files Coverage Δ
arc/processor.py 58.33% <62.5%> (-0.55%) ⬇️
arc/reaction.py 42.35% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01a1674...dd1fa18. Read the comment docs.

arc/processor.py Outdated
@@ -198,10 +199,10 @@ def process(self):
species.rmg_thermo = self.rmgdb.thermo.getThermoData(species.rmg_species)
except ValueError:
logging.info('Could not retrieve RMG thermo for species {0}, possibly due to missing 2D structure '
'(bond orders). Not including this species in the parity plots.'.format(species.label))
'(bond orders). Not including this species in the parity plots.'.format(species.label))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this line from the commit?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

alongd
alongd previously approved these changes Mar 4, 2019
Copy link
Member

@alongd alongd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Can you rebase?

@mjohnson541
Copy link
Collaborator Author

Rebased

@alongd
Copy link
Member

alongd commented Mar 4, 2019

Thanks!

@alongd alongd merged commit 56e08dd into master Mar 4, 2019
@alongd alongd deleted the fixyamlrunningbug branch March 4, 2019 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants